func runtime.setg
9 uses
runtime (current package)
proc.go#L2045: setg(mp.g0)
proc.go#L2202: setg(nil)
signal_unix.go#L437: setg(gp)
signal_unix.go#L466: setg(nil)
signal_unix.go#L471: setg(gp)
signal_unix.go#L476: setg(gp.m.gsignal)
signal_unix.go#L491: setg(gp)
signal_unix.go#L587: setg(nil)
stubs.go#L248: func setg(gg *g)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |